projects
/
cargo.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
combined
(merge:
ad47f0a
c8a5dcd
)
Auto merge of #3217 - alexcrichton:fix-regression, r=brson
author
bors
<bors@rust-lang.org>
Wed, 26 Oct 2016 00:00:14 +0000
(17:00 -0700)
committer
GitHub
<noreply@github.com>
Wed, 26 Oct 2016 00:00:14 +0000
(17:00 -0700)
Ignore summaries in downloaded crates
Unfortunately historical Cargo bugs have made it such that the index sometimes
differs from the actual crate we download. Let's respect the index, however,
which should be our source of truth.
Closes #3214
Trivial merge